docs: Remove mentions of GdkPixmap from cursor docs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Oct 2010 13:59:05 +0000 (09:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Oct 2010 15:29:55 +0000 (11:29 -0400)
docs/reference/gdk/tmpl/cursors.sgml

index 3ac8b296901e27ff85580ef07d2c8fe22bd03eb7..83777c50fbe86d517c6ad4df945ab9eb555dc202 100644 (file)
@@ -8,10 +8,10 @@ Standard and pixmap cursors
 <para>
 These functions are used to create and destroy cursors.
 There is a number of standard cursors, but it is also
-possible to construct new cursors from pixmaps and
-pixbufs. There may be limitations as to what kinds of
-cursors can be constructed on a given display, see
-gdk_display_supports_cursor_alpha(), 
+possible to construct new cursors from pixbufs. There
+may be limitations as to what kinds of cursors can be
+constructed on a given display, see
+gdk_display_supports_cursor_alpha(),
 gdk_display_supports_cursor_color(),
 gdk_display_get_default_cursor_size() and
 gdk_display_get_maximal_cursor_size().